Click or drag to resize

ServiceGetNote Method (ItemId)

Gets a note.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Note GetNote(
	ItemId itemId
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The ID of the item to return.

Return Value

Type: Note
Note.
See Also